func runtime.racenotify
9 uses
runtime (current package)
chan.go#L231: racenotify(c, c.sendx, nil)
chan.go#L313: racenotify(c, c.recvx, nil)
chan.go#L314: racenotify(c, c.recvx, sg)
chan.go#L592: racenotify(c, c.recvx, nil)
chan.go#L690: racenotify(c, c.recvx, nil)
chan.go#L691: racenotify(c, c.recvx, sg)
chan.go#L905: func racenotify(c *hchan, idx uint, sg *sudog) {
select.go#L436: racenotify(c, c.recvx, nil)
select.go#L461: racenotify(c, c.sendx, nil)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |